3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A point object is simply a dimensionless position in three-dimensional space, with an optional set of attributes. A point object is defined by the TQ3PointData data type. See "Creating and Editing Points" for a description of the routines you can use to create and edit point objects.
typedef struct TQ3PointData {
TQ3Point3D point;
TQ3AttributeSet pointAttributeSet;
} TQ3PointData;
Previous | QD3D Book | Overview | Chapter Contents | Next |